home *** CD-ROM | disk | FTP | other *** search
- object StatusBarEditor: TStatusBarEditor
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'StatusBar Bedienfelder-Editor'
- ClientHeight = 210
- ClientWidth = 393
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object HelpButton: TButton
- Left = 310
- Top = 176
- Width = 75
- Height = 25
- Caption = '&Hilfe'
- TabOrder = 5
- OnClick = HelpButtonClick
- end
- object ApplyButton: TButton
- Left = 230
- Top = 176
- Width = 75
- Height = 25
- Caption = '�&bernehmen'
- Enabled = False
- TabOrder = 4
- OnClick = ApplyButtonClick
- end
- object CancelButton: TButton
- Left = 150
- Top = 176
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- TabOrder = 3
- OnClick = CancelButtonClick
- end
- object OkButton: TButton
- Left = 70
- Top = 176
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = OkButtonClick
- end
- object GroupBox2: TGroupBox
- Left = 152
- Top = 4
- Width = 233
- Height = 157
- Caption = 'Bedienfeld-Eigenschaften'
- TabOrder = 1
- object Label1: TLabel
- Left = 6
- Top = 21
- Width = 38
- Height = 13
- Caption = '&Text:'
- FocusControl = PanelText
- end
- object Label2: TLabel
- Left = 6
- Top = 47
- Width = 44
- Height = 13
- Caption = 'B&reite:'
- FocusControl = PanelWidth
- end
- object Label3: TLabel
- Left = 6
- Top = 73
- Width = 26
- Height = 13
- Caption = '&Stil:'
- FocusControl = PanelStyle
- end
- object Label4: TLabel
- Left = 6
- Top = 99
- Width = 60
- Height = 13
- Caption = 'Darst&ellung:'
- FocusControl = PanelBevel
- end
- object Label5: TLabel
- Left = 6
- Top = 125
- Width = 63
- Height = 13
- Caption = 'A&usrichtung:'
- FocusControl = PanelAlignment
- end
- object PanelText: TEdit
- Left = 73
- Top = 18
- Width = 145
- Height = 21
- TabOrder = 0
- OnChange = PanelEditChange
- OnExit = PanelControlExit
- end
- object PanelWidth: TEdit
- Left = 73
- Top = 44
- Width = 145
- Height = 21
- TabOrder = 1
- OnChange = PanelEditChange
- OnExit = PanelControlExit
- end
- object PanelStyle: TComboBox
- Left = 73
- Top = 70
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Text'
- 'OwnerDraw')
- TabOrder = 2
- OnChange = PanelComboChange
- OnExit = PanelControlExit
- end
- object PanelBevel: TComboBox
- Left = 73
- Top = 96
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Keine'
- 'Nach innen gest�lpt'
- 'Nach au�en gest�lpt')
- TabOrder = 3
- OnChange = PanelComboChange
- OnExit = PanelControlExit
- end
- object PanelAlignment: TComboBox
- Left = 73
- Top = 122
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Linksb�ndig'
- 'Rechtsb�ndig'
- 'Zentriert')
- TabOrder = 4
- OnChange = PanelComboChange
- OnExit = PanelControlExit
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 4
- Width = 137
- Height = 157
- Caption = 'Be&dienfelder'
- TabOrder = 0
- object PanelList: TListBox
- Left = 8
- Top = 16
- Width = 121
- Height = 101
- ItemHeight = 13
- TabOrder = 0
- OnClick = PanelListClick
- OnDragDrop = PanelListDragDrop
- OnDragOver = PanelListDragOver
- OnMouseDown = PanelListMouseDown
- end
- object NewButton: TButton
- Left = 8
- Top = 124
- Width = 57
- Height = 25
- Caption = '&Neu'
- TabOrder = 1
- OnClick = NewButtonClick
- end
- object DeleteButton: TButton
- Left = 72
- Top = 124
- Width = 57
- Height = 25
- Caption = '&L�schen'
- TabOrder = 2
- OnClick = DeleteButtonClick
- end
- end
- end
-